home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Public Domain Connection / APDC Disk #009 - Graphics and Animations (198x)(Amiga Public Domain Connection)(US)[WB].zip / APDC Disk #009 - Graphics and Animations (198x)(Amiga Public Domain Connection)(US)[WB].adf / Robotroff.Doc < prev    next >
Text File  |  1988-03-13  |  2KB  |  64 lines

  1. ROBOTROFF(1)        Amiga User's Manual        ROBOTROFF(1)
  2.  
  3.  
  4. NAME
  5.     robotroff - insidious display hack
  6.  
  7. SYNOPSIS
  8.     robotroff [-h[n]] [-l[n]] [-p[n]] [-i] [-kill]
  9.  
  10. DESCRIPTION
  11.     Robotroff is yet another display hack from the warped mind
  12.     of Leo Schwab.
  13.  
  14.     Upon invocation, robotroff installs itself in the background
  15.     and returns your CLI prompt.  It can also be run from the
  16.     WorkBench.  Robotroff continues to run until killed off.
  17.     Robotroff consumes very little CPU, even when active, so it
  18.     may be left running until a reset or power-off.
  19.  
  20.     Subsequent invocations of robotroff will attempt to locate
  21.     the original invocation, and pass information to it.  Thus,
  22.     it is possible to modify the operating parameters of the
  23.     program while it runs in the background.
  24.     
  25.     The following options are supported:
  26.  
  27.     -h[n]    Sets the "highwater" time delay length.  The amount
  28.         of time between activity will be no longer than n
  29.         seconds.  If n is not supplied, or is negative or
  30.         zero, a default of two minutes will be used.
  31.  
  32.     -l[n]    Sets the "lowater" time delay length.  The amount
  33.         of time between activity will be no shorter than n
  34.         seconds.  If n is not supplied, or is negative or
  35.         zero, a default of thirty seconds will be used.
  36.  
  37.     -p[n]    Sets the task priority.  This permits the user to
  38.         make robotroff consume even less CPU.  If n is
  39.         absent, zero is assumed.
  40.  
  41.     -i    Force activity to occur right now (immediately).
  42.  
  43.     -kill    Kills off the original robotroff invocation.
  44.         Robotroff will announce that it has been terminated,
  45.         then exit, freeing all allocated resources.  This
  46.         option is meaningless and therefore ignored if
  47.         supplied when first running robotroff.
  48.  
  49.     Malformed or unrecognized arguments are silently ignored.
  50.  
  51. EXAMPLES
  52.     robotroff        Starts background robotroff process.
  53.     robotroff -i        Makes background process active immediately.
  54.     robotroff -h10 -l5    Reconfigures operating parameters.
  55.     robotroff -p-2        Sets priority to -2.
  56.     robotroff -kill        Terminates background process.
  57.  
  58. AUTHOR
  59.     Leo L. Schwab
  60.  
  61. BUGS
  62.     Probably.  Report them to the author as they are encountered.
  63.     Note that lack of a desired feature is not considered a bug.
  64.